home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / sr-kbd.mim < prev    next >
Text File  |  2009-04-29  |  3KB  |  106 lines

  1. ;; sr-kbd.mim -- Serbian input method with Serbian keyboard layout
  2. ;; Copyright (C) 2004, 2005
  3. ;;   National Institute of Advanced Industrial Science and Technology (AIST)
  4. ;;   Registration Number H15PRO112
  5.  
  6. ;; This file is part of the m17n database; a sub-part of the m17n
  7. ;; library.
  8.  
  9. ;; The m17n library is free software; you can redistribute it and/or
  10. ;; modify it under the terms of the GNU Lesser General Public License
  11. ;; as published by the Free Software Foundation; either version 2.1 of
  12. ;; the License, or (at your option) any later version.
  13.  
  14. ;; The m17n library is distributed in the hope that it will be useful,
  15. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  17. ;; Lesser General Public License for more details.
  18.  
  19. ;; You should have received a copy of the GNU Lesser General Public
  20. ;; License along with the m17n library; if not, write to the Free
  21. ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  22. ;; Boston, MA 02110-1301, USA.
  23.  
  24. ;;; Input method for Serbian.
  25. ;;; Simulating Serbian Cyrillic keyboard on American keyboard.
  26. ;;; @image html sr-kbd.png "Keyboard Layout"
  27. ;;; @image latex sr-kbd.eps "Keyboard Layout" width=\narrowwidth
  28.  
  29. ;;      1!  2"  3#  4$  5%  6&  7'  8(  9)  0=  /?  +*  <> 
  30. ;;        ╤Ö╨ë  ╤Ü╨è  ╨╡╨ò  ╤Ç╨á  ╤é╨ó  ╨╖╨ù  ╤â╨ú  ╨╕╨ÿ  ╨╛╨₧  ╨┐╨ƒ  ╤ê╨¿  ╤Æ╨é 
  31. ;;         ╨░╨É  ╤ü╨í  ╨┤╨ö  ╤ä╨ñ  ╨│╨ô  ╤à╨Ñ  ╤ÿ╨ê  ╨║╨Ü  ╨╗╨¢  ╤ç╨º  ╤¢╨ï  ╨╢╨û 
  32. ;;           ╤ò╨à  ╤ƒ╨Å  ╤å╨ª  ╨▓╨Æ  ╨▒╨æ  ╨╜╨¥  ╨╝╨£  ,;  .:  -_ 
  33.  
  34. (input-method sr kbd)
  35.  
  36. (description
  37.  "Serbian input method simulating the Serbian Cyrillic keyboard.
  38.     1!  2\"  3#  4$  5%  6&  7'  8(  9)  0=  /?  +*  <> 
  39.       ╤Ö╨ë  ╤Ü╨è  ╨╡╨ò  ╤Ç╨á  ╤é╨ó  ╨╖╨ù  ╤â╨ú  ╨╕╨ÿ  ╨╛╨₧  ╨┐╨ƒ  ╤ê╨¿  ╤Æ╨é 
  40.        ╨░╨É  ╤ü╨í  ╨┤╨ö  ╤ä╨ñ  ╨│╨ô  ╤à╨Ñ  ╤ÿ╨ê  ╨║╨Ü  ╨╗╨¢  ╤ç╨º  ╤¢╨ï  ╨╢╨û 
  41.          ╤ò╨à  ╤ƒ╨Å  ╤å╨ª  ╨▓╨Æ  ╨▒╨æ  ╨╜╨¥  ╨╝╨£  ,;  .:  -_ 
  42. ")
  43.  
  44. (title "SR")
  45.  
  46. (map
  47.  (map
  48.         ("@" ?\")
  49.         ("^" ?&)
  50.         ("&" ?/)
  51.         ("*" ?\()
  52.         ("\(" ?\))
  53.         ("\)" ?=)
  54.   ("-" ?')    ("_" ??)
  55.   ("=" ?+)    ("+" ?*)
  56.  
  57.   ("q" ?╤Ö)    ("Q" ?╨ë)
  58.   ("w" ?╤Ü)    ("W" ?╨è)
  59.   ("e" ?╨╡)    ("E" ?╨ò)
  60.   ("r" ?╤Ç)    ("R" ?╨á)
  61.   ("t" ?╤é)    ("T" ?╨ó)
  62.   ("y" ?╨╖)    ("Y" ?╨ù)
  63.   ("u" ?╤â)    ("U" ?╨ú)
  64.   ("i" ?╨╕)    ("I" ?╨ÿ)
  65.   ("o" ?╨╛)    ("O" ?╨₧)
  66.   ("p" ?╨┐)    ("P" ?╨ƒ)
  67.   ("[" ?╤ê)    ("{" ?╨¿)
  68.   ("]" ?╤Æ)    ("}" ?╨é)
  69.  
  70.   ("a" ?╨░)    ("A" ?╨É)
  71.   ("s" ?╤ü)    ("S" ?╨í)
  72.   ("d" ?╨┤)    ("D" ?╨ö)
  73.   ("f" ?╤ä)    ("F" ?╨ñ)
  74.   ("g" ?╨│)    ("G" ?╨ô)
  75.   ("h" ?╤à)    ("H" ?╨Ñ)
  76.   ("j" ?╤ÿ)    ("J" ?╨ê)
  77.   ("k" ?╨║)    ("K" ?╨Ü)
  78.   ("l" ?╨╗)    ("L" ?╨¢)
  79.   (";" ?╤ç)    (":" ?╨º)
  80.   ("'" ?╤¢)    ("\"" ?╨ï)
  81.   ("\\" ?╨╢)    ("|" ?╨û)
  82.  
  83.   ("z" ?╤ò)    ("Z" ?╨à)
  84.   ("x" ?╤ƒ)    ("X" ?╨Å)
  85.   ("c" ?╤å)    ("C" ?╨ª)
  86.   ("v" ?╨▓)    ("V" ?╨Æ)
  87.   ("b" ?╨▒)    ("B" ?╨æ)
  88.   ("n" ?╨╜)    ("N" ?╨¥)
  89.   ("m" ?╨╝)    ("M" ?╨£)
  90.         ("<" ?;)
  91.         (">" ?:)
  92.   ("/" ?-)    ("?" ?_)
  93.  
  94.   ("-g" ?╤ô)    ("-G" ?╨â)
  95.   ("-k" ?╤£)    ("-K" ?╨î)
  96.   ))
  97.  
  98. (state
  99.  (init
  100.   (map)))
  101.  
  102. ;; Local Variables:
  103. ;; coding: utf-8
  104. ;; mode: lisp
  105. ;; End:
  106.